home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / pirate.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  173 b   |  8 lines

  1. on exitFrame
  2.   global left, right, down
  3.   clearCursors()
  4.   set the cursor of sprite 2 to left
  5.   set the cursor of sprite 3 to right
  6.   set the cursor of sprite 5 to down
  7. end
  8.